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

Unified Diff: cc/resources/recording_source.h

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 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 | « cc/resources/rasterizer.h ('k') | cc/resources/resource_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/recording_source.h
diff --git a/cc/resources/recording_source.h b/cc/resources/recording_source.h
index 7af2255ffafd6da3e1f0d69ed89720ec4858df4e..1e450471974e3856ccbeff04ad4f9c86023e3263 100644
--- a/cc/resources/recording_source.h
+++ b/cc/resources/recording_source.h
@@ -37,13 +37,9 @@ class CC_EXPORT RecordingSource {
virtual gfx::Size GetSize() const = 0;
virtual void SetEmptyBounds() = 0;
- virtual void SetMinContentsScale(float min_contents_scale) = 0;
virtual void SetSlowdownRasterScaleFactor(int factor) = 0;
virtual bool IsSuitableForGpuRasterization() const = 0;
- // TODO(hendrikw): This is an implementation detail, remove it when possible.
- virtual void SetTileGridSize(const gfx::Size& tile_grid_size) = 0;
-
// TODO(hendrikw): Figure out how to remove this.
virtual void SetUnsuitableForGpuRasterizationForTesting() = 0;
virtual gfx::Size GetTileGridSizeForTesting() const = 0;
« no previous file with comments | « cc/resources/rasterizer.h ('k') | cc/resources/resource_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698