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

Unified Diff: Source/core/page/Page.h

Issue 815363003: FrameView now notifies ScrollCoorinator of changes in its scrollable area set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve test Created 5 years, 11 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/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 55bb1e2013f7891ef4a8d4d29f2b64a63da37e2a..38cf100b57ed85e40bf2cfada3f5a6baedf883e0 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -53,6 +53,7 @@ class EditorClient;
class FocusController;
class Frame;
class FrameHost;
+class GraphicsLayer;
Rick Byers 2015/01/12 22:36:27 nit: you don't need this here anymore, right?
majidvp 2015/01/13 16:01:56 Done.
class InspectorClient;
class InspectorController;
class PageLifecycleNotifier;

Powered by Google App Engine
This is Rietveld 408576698