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

Unified Diff: content/public/browser/gpu_data_manager.h

Issue 23726050: Disable WebViewTest.Shim(resize-related) tests in software compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r224463 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/browser/gpu/gpu_data_manager_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/gpu_data_manager.h
diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h
index 8f15be3ef52e33ee4de8975a62e8db79981b3a95..7ffc9f18402a86cc082738bac939854dc394476f 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -97,6 +97,9 @@ class GpuDataManager {
// Turn off all hardware acceleration.
virtual void DisableHardwareAcceleration() = 0;
+ // Whether the browser compositor can be used.
+ virtual bool CanUseGpuBrowserCompositor() const = 0;
+
protected:
virtual ~GpuDataManager() {}
};
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698