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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.cc

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.cc
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
index 548cf4dfb4298c3b4cbfaca7a2938e292caa7611..023545f8d186cfe51dd25eca1334ed412b79f346 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
@@ -713,7 +713,8 @@ void WebGraphicsContext3DInProcessImpl::unmapTexSubImage2DCHROMIUM(
const void* mem) {
}
-void WebGraphicsContext3DInProcessImpl::setVisibilityCHROMIUM(bool visible) {
+void WebGraphicsContext3DInProcessImpl::setResourceUsageCHROMIUM(
+ ResourceUsage resourceUsage) {
}
void WebGraphicsContext3DInProcessImpl::copyTextureToParentTextureCHROMIUM(
« ui/gfx/gl/gl_surface.h ('K') | « webkit/gpu/webgraphicscontext3d_in_process_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698