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

Unified Diff: content/browser/android/in_process/synchronous_compositor_context_provider.h

Issue 1324413003: Move gpu memory calculations to Compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment + android_arm64_dbg_recipe bot issue. Created 5 years, 2 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/android/in_process/synchronous_compositor_context_provider.h
diff --git a/content/browser/android/in_process/synchronous_compositor_context_provider.h b/content/browser/android/in_process/synchronous_compositor_context_provider.h
index 5a692a65597f25e2bef1d2867909d595a472fa2e..2251273ba4613e32797e92c055c8b2ae8c7e765d 100644
--- a/content/browser/android/in_process/synchronous_compositor_context_provider.h
+++ b/content/browser/android/in_process/synchronous_compositor_context_provider.h
@@ -18,10 +18,6 @@ class SynchronousCompositorContextProvider
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
CommandBufferContextType type);
- void SetMemoryPolicyChangedCallback(
- const MemoryPolicyChangedCallback& memory_policy_changed_callback)
- override;
-
private:
~SynchronousCompositorContextProvider() override;
};

Powered by Google App Engine
This is Rietveld 408576698