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

Unified Diff: Source/WebKit/chromium/public/WebFrameClient.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
Index: Source/WebKit/chromium/public/WebFrameClient.h
diff --git a/Source/WebKit/chromium/public/WebFrameClient.h b/Source/WebKit/chromium/public/WebFrameClient.h
index 406bb61d0e4e6dbaff188c11aad1990ca52dc1da..42ccd26a10cf66c50e049a1af497d43848d5aa05 100644
--- a/Source/WebKit/chromium/public/WebFrameClient.h
+++ b/Source/WebKit/chromium/public/WebFrameClient.h
@@ -111,13 +111,6 @@ public:
// This frame is about to be closed.
virtual void willClose(WebFrame*) { }
- // Indicates two things:
- // 1) This frame may have a new layout now.
- // 2) Calling layout() is a no-op.
- // After calling WebWidget::layout(), expect to get this notification
- // for each frame unless the frame did not need a layout.
- virtual void didUpdateLayout(WebFrame*) { }
-
// Load commands -------------------------------------------------------
// The client should handle the navigation externally.

Powered by Google App Engine
This is Rietveld 408576698