Changeset 145393 in webkit


Ignore:
Timestamp:
Mar 11, 2013 1:03:10 PM (11 years ago)
Author:
timothy_horton@apple.com
Message:

ChromeClient.h doesn’t need to include RenderSnapshottedPlugIn
https://bugs.webkit.org/show_bug.cgi?id=111981

Reviewed by Kentaro Hara.

  • page/ChromeClient.h: Remove the extraneous #include.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r145391 r145393  
     12013-03-11  Tim Horton  <timothy_horton@apple.com>
     2
     3        ChromeClient.h doesn’t need to include RenderSnapshottedPlugIn
     4        https://bugs.webkit.org/show_bug.cgi?id=111981
     5
     6        Reviewed by Kentaro Hara.
     7
     8        * page/ChromeClient.h: Remove the extraneous #include.
     9
    1102013-03-11  David Hyatt  <hyatt@apple.com>
    211
  • trunk/Source/WebCore/page/ChromeClient.h

    r144795 r145393  
    3434#include "PopupMenuClient.h"
    3535#include "RenderEmbeddedObject.h"
    36 #include "RenderSnapshottedPlugIn.h"
    3736#include "ScrollTypes.h"
    3837#include "SearchPopupMenu.h"
Note: See TracChangeset for help on using the changeset viewer.