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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 9192014: Replace WGC3D visibility extension with resource_usage extension. [Part 2 of 3] (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clarifying a comment Created 8 years, 11 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: webkit/gpu/webgraphicscontext3d_in_process_impl.h
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 4603afbc71ec548daecc7e9f88629555491e889c..1d2762300412d32706a332d39aaf7ee8ad2a0812 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -100,7 +100,7 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
WGC3Denum access);
virtual void unmapTexSubImage2DCHROMIUM(const void*);
- virtual void setVisibilityCHROMIUM(bool visible);
+ virtual void setResourceUsageCHROMIUM(ResourceUsage resourceUsage);
virtual void copyTextureToParentTextureCHROMIUM(
WebGLId texture, WebGLId parentTexture);

Powered by Google App Engine
This is Rietveld 408576698