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

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

Issue 11875020: Merge 138991 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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
« no previous file with comments | « Source/WebCore/WebCore.exp.in ('k') | Source/WebCore/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Page.h
===================================================================
--- Source/WebCore/page/Page.h (revision 139630)
+++ Source/WebCore/page/Page.h (working copy)
@@ -57,6 +57,7 @@
class BackForwardList;
class Chrome;
class ChromeClient;
+ class ClientRectList;
#if ENABLE(CONTEXT_MENUS)
class ContextMenuClient;
class ContextMenuController;
@@ -200,6 +201,7 @@
String scrollingStateTreeAsText();
String mainThreadScrollingReasonsAsText();
+ PassRefPtr<ClientRectList> nonFastScrollableRects(const Frame*);
Settings* settings() const { return m_settings.get(); }
ProgressTracker* progress() const { return m_progress.get(); }
« no previous file with comments | « Source/WebCore/WebCore.exp.in ('k') | Source/WebCore/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698