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

Unified Diff: include/views/SkOSWindow_Android.h

Issue 60273006: Support MSAA4 and (non-ES) OpenGL in Android SampleApp (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase now that api level changes are merged Created 7 years 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 | platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.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 77c156cd23d8ab1e4f3ce81f17c81878f1fa6689..ae4e880039379241c59348d964eb2b51495ffc57 100644
--- a/include/views/SkOSWindow_Android.h
+++ b/include/views/SkOSWindow_Android.h
@@ -29,12 +29,7 @@ public:
int fStencilBits;
};
- bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
- // These are the values requested in SkiaSampleView.java
- info->fSampleCount = 0;
- info->fStencilBits = 8;
- return true;
- }
+ bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
void detach() {}
void present() {}
« no previous file with comments | « no previous file | platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698