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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_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_command_buffer_impl.h
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
index b6da8642d34648f38bb786a9d0f02cb2d3c4f604..1082b44848eb75d4fd756049340ca0b9af2dcd29 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
@@ -425,7 +425,7 @@ class WebGraphicsContext3DInProcessCommandBufferImpl
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