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

Unified Diff: services/native_viewport/platform_viewport_android.h

Issue 1280613003: Allow native_viewport to create new native windows on demand on Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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: services/native_viewport/platform_viewport_android.h
diff --git a/services/native_viewport/platform_viewport_android.h b/services/native_viewport/platform_viewport_android.h
index f9fd7ad514db8a265b8e66f28e1d523608887ac8..e247122b1113d0711ff4109b20941f636e4a2980 100644
--- a/services/native_viewport/platform_viewport_android.h
+++ b/services/native_viewport/platform_viewport_android.h
@@ -59,6 +59,7 @@ class PlatformViewportAndroid : public PlatformViewport {
virtual void Close() override;
virtual gfx::Size GetSize() override;
virtual void SetBounds(const gfx::Rect& bounds) override;
+ virtual bool NewNativeSurfaceAvailable() override;
void ReleaseWindow();

Powered by Google App Engine
This is Rietveld 408576698