Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: Source/web/PageWidgetDelegate.h

Issue 1264483002: PageOverlays: Remove PageOverlayList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/PageWidgetDelegate.h
diff --git a/Source/web/PageWidgetDelegate.h b/Source/web/PageWidgetDelegate.h
index b874cd90d6fbc4ca3ce8e5a54d4ef860f5b5b812..cf855cae1689aa94568ca94c21c2d64d0e23b1a6 100644
--- a/Source/web/PageWidgetDelegate.h
+++ b/Source/web/PageWidgetDelegate.h
@@ -39,7 +39,7 @@ namespace blink {
class LocalFrame;
class Page;
-class PageOverlayList;
+class PageOverlay;
class WebGestureEvent;
class WebInputEvent;
class WebKeyboardEvent;
@@ -70,8 +70,8 @@ public:
// Page's mainFrame(), if it is a LocalFrame.
static void animate(Page&, double monotonicFrameBeginTime, LocalFrame& root);
static void layout(Page&, LocalFrame& root);
- static void paint(Page&, PageOverlayList*, WebCanvas*, const WebRect&, LocalFrame& root);
- static void paintIgnoringCompositing(Page&, PageOverlayList*, WebCanvas*, const WebRect&, LocalFrame& root);
+ static void paint(Page&, PageOverlay*, WebCanvas*, const WebRect&, LocalFrame& root);
+ static void paintIgnoringCompositing(Page&, PageOverlay*, WebCanvas*, const WebRect&, LocalFrame& root);
static bool handleInputEvent(PageWidgetEventHandler&, const WebInputEvent&, LocalFrame* root);
private:

Powered by Google App Engine
This is Rietveld 408576698