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

Unified Diff: content/common/gpu/image_transport_surface_win.cc

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/common/gpu/image_transport_surface_win.cc
===================================================================
--- content/common/gpu/image_transport_surface_win.cc (revision 171661)
+++ content/common/gpu/image_transport_surface_win.cc (working copy)
@@ -50,8 +50,7 @@
protected:
// ImageTransportSurface implementation
- virtual void OnBufferPresented(uint64 surface_handle,
- uint32 sync_point) OVERRIDE;
+ virtual void OnBufferPresented(bool presented, uint32 sync_point) OVERRIDE;
virtual void OnResizeViewACK() OVERRIDE;
virtual void OnResize(gfx::Size size) OVERRIDE;
virtual gfx::Size GetSize() OVERRIDE;
@@ -207,7 +206,7 @@
is_swap_buffers_pending_ = true;
}
-void PbufferImageTransportSurface::OnBufferPresented(uint64 surface_handle,
+void PbufferImageTransportSurface::OnBufferPresented(bool presented,
uint32 sync_point) {
is_swap_buffers_pending_ = false;
if (did_unschedule_) {
« no previous file with comments | « content/common/gpu/image_transport_surface_mac.cc ('k') | content/common/gpu/texture_image_transport_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698