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

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

Issue 8714006: Add autoresize capability for Chromium. (Closed) Base URL: http://git.chromium.org/external/WebKit_trimmed.git@master
Patch Set: Created 9 years, 1 month 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 | « no previous file | Source/WebCore/page/FrameView.cpp » ('j') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/ChromeClient.h
diff --git a/Source/WebCore/page/ChromeClient.h b/Source/WebCore/page/ChromeClient.h
index addcc0aece523c8f932d5d8ec75d86acd0b8dd8d..00ab37d621f4b065f924c8b03b2e8a4cc67050d3 100644
--- a/Source/WebCore/page/ChromeClient.h
+++ b/Source/WebCore/page/ChromeClient.h
@@ -166,6 +166,7 @@ namespace WebCore {
virtual void dispatchViewportPropertiesDidChange(const ViewportArguments&) const { }
+ virtual void layoutBeforeScrollbarUpdate(Frame*) { }
virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0;
virtual void layoutUpdated(Frame*) const { }
virtual void scrollRectIntoView(const IntRect&) const { }; // Currently only Mac has a non empty implementation.
« no previous file with comments | « no previous file | Source/WebCore/page/FrameView.cpp » ('j') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698