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

Unified Diff: services/ui/ws/test_utils.cc

Issue 2474113002: Mus+Ash: Unified BeginFrame Skeleton (Closed)
Patch Set: Remove window_tree.mojom.h Created 4 years, 1 month 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: services/ui/ws/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index 979b03d59112c588e05292ed54bacfad956f2ae1..153ea45e2603121cb663648d4e8e50f43b510dbf 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -43,8 +43,6 @@ class TestPlatformDisplay : public PlatformDisplay {
// PlatformDisplay:
void Init(PlatformDisplayDelegate* delegate) override {}
int64_t GetId() const override { return id_; }
- void SchedulePaint(const ServerWindow* window,
- const gfx::Rect& bounds) override {}
void SetViewportSize(const gfx::Size& size) override {}
void SetTitle(const base::string16& title) override {}
void SetCapture() override {}
@@ -54,7 +52,6 @@ class TestPlatformDisplay : public PlatformDisplay {
}
void UpdateTextInputState(const ui::TextInputState& state) override {}
void SetImeVisibility(bool visible) override {}
- bool IsFramePending() const override { return false; }
gfx::Rect GetBounds() const override { return display_metrics_.bounds; }
bool UpdateViewportMetrics(const display::ViewportMetrics& metrics) override {
if (display_metrics_ == metrics)

Powered by Google App Engine
This is Rietveld 408576698