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

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

Issue 9702081: Splitting GpuMemoryAllocation into two parts: for renderer and browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 4e23b8f8728f7fe4f043aa35dfb78945128f55fc..708408d921109e111851899ab0ad47e7d8791b30 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -195,6 +195,9 @@ class GpuCommandBufferStub
void OnSetSurfaceVisible(bool visible);
+ void OnCreateBackbuffer();
+ void OnDestroyBackbuffer();
+
void OnReschedule();
void OnCommandProcessed();

Powered by Google App Engine
This is Rietveld 408576698