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

Unified Diff: content/browser/compositor/software_output_device_ozone_unittest.cc

Issue 1091323002: Send a message through the ozone channel to recreate buffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/compositor/software_output_device_ozone_unittest.cc
diff --git a/content/browser/compositor/software_output_device_ozone_unittest.cc b/content/browser/compositor/software_output_device_ozone_unittest.cc
index 15306c1823b3a1eac79b308a89504fadb57c9997..4acf62186cd328b1de631f49d16f3a25a30ce0b2 100644
--- a/content/browser/compositor/software_output_device_ozone_unittest.cc
+++ b/content/browser/compositor/software_output_device_ozone_unittest.cc
@@ -41,6 +41,7 @@ class TestPlatformWindowDelegate : public ui::PlatformWindowDelegate {
widget_ = widget;
}
void OnActivationChanged(bool active) override {}
+ void OnChangedSurface() override {}
private:
gfx::AcceleratedWidget widget_;

Powered by Google App Engine
This is Rietveld 408576698