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

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

Issue 10946044: Revert 157650 - This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.ap… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- content/browser/renderer_host/render_widget_host_impl.h (revision 157655)
+++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
@@ -412,13 +412,6 @@
virtual void RemoveLayer(WebKit::WebLayer* layer) {}
#endif
- // Resets state variables related to tracking pending size and painting.
- //
- // We need to reset these flags when we want to repaint the contents of
- // browser plugin in this RWH. Resetting these flags will ensure we ignore
- // any previous pending acks that are not relevant upon repaint.
- void ResetSizeAndRepaintPendingFlags();
-
protected:
virtual RenderWidgetHostImpl* AsRenderWidgetHostImpl() OVERRIDE;
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698