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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.h

Issue 10052018: Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupled from backbuffer dro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renaming messages. Updated the other platforms. Created 8 years, 8 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/browser/gpu/gpu_process_host_ui_shim.h
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
index f99d53227e2a71bcd074065d86597b4b540b4e25..5c322b9a87760e15261bce21b5f976df772ea1cd 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -26,6 +26,7 @@ struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
struct GpuHostMsg_AcceleratedSurfaceNew_Params;
struct GpuHostMsg_AcceleratedSurfaceRelease_Params;
+struct GpuHostMsg_AcceleratedSurfaceSuggestDiscard_Params;
namespace gfx {
class Size;
@@ -104,6 +105,8 @@ class GpuProcessHostUIShim
#if defined(USE_AURA)
void OnAcceleratedSurfaceRelease(
const GpuHostMsg_AcceleratedSurfaceRelease_Params& params);
+ void OnAcceleratedSurfaceSuggestDiscard(
+ const GpuHostMsg_AcceleratedSurfaceSuggestDiscard_Params& params);
#endif
// The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.

Powered by Google App Engine
This is Rietveld 408576698