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

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

Issue 11475017: Revert 171569 as it broke some browser_tests on win_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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_view_guest.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_guest.h (revision 171661)
+++ content/browser/renderer_host/render_widget_host_view_guest.h (working copy)
@@ -104,8 +104,7 @@
virtual bool HasAcceleratedSurface(const gfx::Size& desired_size) OVERRIDE;
virtual void AcceleratedSurfaceNew(int32 width_in_pixel,
int32 height_in_pixel,
- uint64 surface_id,
- const std::string& mailbox_name) OVERRIDE;
+ uint64 surface_id) OVERRIDE;
virtual void SetHasHorizontalScrollbar(
bool has_horizontal_scrollbar) OVERRIDE;
virtual void SetScrollOffsetPinning(

Powered by Google App Engine
This is Rietveld 408576698