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

Unified Diff: content/renderer/resizing_mode_selector.h

Issue 53493003: Turn on useUnfortunateSynchronousResizeMode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browsertests. Created 7 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 | « content/renderer/render_widget.cc ('k') | content/renderer/resizing_mode_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/resizing_mode_selector.h
diff --git a/content/renderer/resizing_mode_selector.h b/content/renderer/resizing_mode_selector.h
index 67702fd4bd986df47d67210d41cfa6f9b991749b..ac657e294cde8ffd18364aee822cc93de1142be0 100644
--- a/content/renderer/resizing_mode_selector.h
+++ b/content/renderer/resizing_mode_selector.h
@@ -25,7 +25,7 @@ class RenderWidget;
class ResizingModeSelector {
public:
ResizingModeSelector();
-
+ bool NeverUsesSynchronousResize() const;
bool ShouldAbortOnResize(RenderWidget* widget,
const ViewMsg_Resize_Params& params);
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/renderer/resizing_mode_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698