| 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() {}
|
|
|
|
|