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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 338193003: ozone: gpu: Add plumbing for platform-specific gpu messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index ff0c9258cd11fed094001d32487961a8d65e3ea4..89fb1549b9962c24b328e46c92b845055a5db198 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -59,6 +59,7 @@ class GpuChildThread : public ChildThread {
private:
// Message handlers.
void OnInitialize();
+ void OnInitializePlatformSupport(int32 host_route_id);
void OnCollectGraphicsInfo();
void OnGetVideoMemoryUsageStats();
void OnSetVideoMemoryWindowCount(uint32 window_count);

Powered by Google App Engine
This is Rietveld 408576698