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

Unified Diff: sky/engine/web/PageWidgetDelegate.h

Issue 687003002: Remove PageOverlays. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « sky/engine/web/PageOverlayList.cpp ('k') | sky/engine/web/PageWidgetDelegate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/PageWidgetDelegate.h
diff --git a/sky/engine/web/PageWidgetDelegate.h b/sky/engine/web/PageWidgetDelegate.h
index 2a338aa5caaf4f4a89696b861a2712b276714fe5..23704de148f8fcdd77ce8a108cab5c7d319b66c4 100644
--- a/sky/engine/web/PageWidgetDelegate.h
+++ b/sky/engine/web/PageWidgetDelegate.h
@@ -39,7 +39,6 @@ namespace blink {
class LocalFrame;
class Page;
-class PageOverlayList;
class WebGestureEvent;
class WebInputEvent;
class WebKeyboardEvent;
@@ -74,7 +73,7 @@ public:
// Page's mainFrame(), if it is a LocalFrame.
static void animate(Page*, double monotonicFrameBeginTime, LocalFrame* rootFrame = 0);
static void layout(Page*, LocalFrame* rootFrame = 0);
- static void paint(Page*, PageOverlayList*, WebCanvas*, const WebRect&, CanvasBackground, LocalFrame* rootFrame = 0);
+ static void paint(Page*, WebCanvas*, const WebRect&, CanvasBackground, LocalFrame* rootFrame = 0);
static bool handleInputEvent(Page*, PageWidgetEventHandler&, const WebInputEvent&, LocalFrame* rootFrame = 0);
private:
« no previous file with comments | « sky/engine/web/PageOverlayList.cpp ('k') | sky/engine/web/PageWidgetDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698