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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.h

Issue 7890046: Command to mark surface inactive, so gpu process can release resources. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: first cut of IPC version Created 9 years, 2 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: content/common/gpu/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index 22175d221c76d55c866c7daaba67f408f4f15537..adbebca70d587d6007099af6bc8f819ffc59485f 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -111,6 +111,8 @@ class GpuCommandBufferStub
IPC::Message* reply_message);
void OnDestroyVideoDecoder(int32 decoder_route_id);
+ void OnSetSurfaceVisible(bool visible);
+
#if defined(OS_MACOSX)
void OnSwapBuffers();

Powered by Google App Engine
This is Rietveld 408576698