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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 10868012: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master-trial-obrowser
Patch Set: 1. Address comment 2. Fix browsertest target 3. Ignore input evt when guest is dead. Created 8 years, 3 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: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 55883dece235d97a3567533cf47a0c798e2ea24b..916d34a75165cdd93dcd1c6a1f4193ceac9b1773 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -396,6 +396,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
allow_privileged_mouse_lock_ = allow;
}
+ // Resets state variables related to tracking pending size and painting.
awong 2012/09/07 20:51:03 Can we expand on when/why you would call this?
lazyboy 2012/09/08 02:12:22 Added comments.
+ void ResetSizeAndRepaintPendingFlags();
+
protected:
virtual RenderWidgetHostImpl* AsRenderWidgetHostImpl() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698