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

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: minor changes, rebasing with master Created 8 years, 7 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..c8e4b8cc58633492fc1d46997a933652aa385ecc 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_AcceleratedSurfaceRequestReleaseFront_Params;
namespace gfx {
class Size;
@@ -104,6 +105,8 @@ class GpuProcessHostUIShim
#if defined(USE_AURA)
void OnAcceleratedSurfaceRelease(
const GpuHostMsg_AcceleratedSurfaceRelease_Params& params);
+ void OnAcceleratedSurfaceRequestReleaseFront(
+ const GpuHostMsg_AcceleratedSurfaceRequestReleaseFront_Params& params);
#endif
// The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.

Powered by Google App Engine
This is Rietveld 408576698