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

Unified Diff: cc/resources/recording_source.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: cc/resources/recording_source.h
diff --git a/cc/resources/recording_source.h b/cc/resources/recording_source.h
index 173e1a0b039e490d678125bfd65d9de4d01c3338..7af2255ffafd6da3e1f0d69ed89720ec4858df4e 100644
--- a/cc/resources/recording_source.h
+++ b/cc/resources/recording_source.h
@@ -7,7 +7,6 @@
#include "cc/base/cc_export.h"
#include "cc/resources/picture.h"
-#include "third_party/skia/include/core/SkBBHFactory.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
@@ -47,7 +46,7 @@ class CC_EXPORT RecordingSource {
// TODO(hendrikw): Figure out how to remove this.
virtual void SetUnsuitableForGpuRasterizationForTesting() = 0;
- virtual SkTileGridFactory::TileGridInfo GetTileGridInfoForTesting() const = 0;
+ virtual gfx::Size GetTileGridSizeForTesting() const = 0;
};
} // namespace cc
« no previous file with comments | « cc/resources/picture_unittest.cc ('k') | cc/resources/resource_pool.h » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698