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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 23653049: (not for review) Fix composited-to-non-composited corruption on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index ff0c9258cd11fed094001d32487961a8d65e3ea4..73e2e83f448439261d1753bca9e403e11d75d79b 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -68,6 +68,11 @@ class GpuChildThread : public ChildThread {
void OnHang();
void OnDisableWatchdog();
+#if defined(TOOLKIT_GTK)
+ void OnAcceleratedCompositingStateChange(
+ int32 surface_id, bool compositing_active);
+#endif
+
#if defined(USE_TCMALLOC)
void OnGetGpuTcmalloc();
#endif
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698