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

Unified Diff: include/views/SkOSWindow_Android.h

Issue 1181723006: Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | include/views/SkOSWindow_Mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkOSWindow_Android.h
diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h
index 2538a3ea8e7f6d392a9ac4b1bc4a53d924d096ac..09163fc1cb9824fcf83c02272a3444c748754ee1 100644
--- a/include/views/SkOSWindow_Android.h
+++ b/include/views/SkOSWindow_Android.h
@@ -31,8 +31,9 @@ public:
bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
void detach();
void present();
- void closeWindow() override;
- void setVsync(bool) override;
+ bool makeFullscreen() { return true; }
+ void closeWindow();
+ void setVsync(bool);
bool destroyRequested() { return fDestroyRequested; }
virtual void onPDFSaved(const char title[], const char desc[], const char path[]);
« no previous file with comments | « no previous file | include/views/SkOSWindow_Mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698