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

Unified Diff: content/renderer/pepper/pepper_graphics_2d_host.h

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 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
Index: content/renderer/pepper/pepper_graphics_2d_host.h
diff --git a/content/renderer/pepper/pepper_graphics_2d_host.h b/content/renderer/pepper/pepper_graphics_2d_host.h
index 3d592aef18bfad841ea930c3dfb813b0abb49547..35b632b736d83bba7a0211ab2f3bc5c6b9725cba 100644
--- a/content/renderer/pepper/pepper_graphics_2d_host.h
+++ b/content/renderer/pepper/pepper_graphics_2d_host.h
@@ -28,6 +28,10 @@ namespace gfx {
class Rect;
}
+namespace gpu {
+struct SyncToken;
+}
+
namespace ppapi {
struct ViewData;
}
@@ -159,7 +163,7 @@ class CONTENT_EXPORT PepperGraphics2DHost
void ReleaseCallback(scoped_ptr<cc::SharedBitmap> bitmap,
const gfx::Size& bitmap_size,
- uint32 sync_point,
+ const gpu::SyncToken& sync_token,
bool lost_resource);
RendererPpapiHost* renderer_ppapi_host_;
« no previous file with comments | « content/renderer/pepper/pepper_compositor_host.cc ('k') | content/renderer/pepper/pepper_graphics_2d_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698