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

Unified Diff: src/views/ios/SkOSWindow_iOS.mm

Issue 1919993002: Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel buffer on Windows. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 4 years, 7 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 | « src/views/SkWindow.cpp ('k') | src/views/mac/SkOSWindow_Mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/ios/SkOSWindow_iOS.mm
diff --git a/src/views/ios/SkOSWindow_iOS.mm b/src/views/ios/SkOSWindow_iOS.mm
index 2a74ed6b2ca0923c73a68629da6e2568027f860f..aa7d3759bdb4bd35a1a9ccd66ca9cdedd0f3f952 100755
--- a/src/views/ios/SkOSWindow_iOS.mm
+++ b/src/views/ios/SkOSWindow_iOS.mm
@@ -59,6 +59,7 @@ void SkOSWindow::onUpdateMenu(SkOSMenu* menu) {
bool SkOSWindow::attach(SkBackEndTypes /* attachType */,
int /* msaaSampleCount */,
+ bool /* deepColor */,
AttachmentInfo* info) {
[(SkUIView*)fHWND getAttachmentInfo:info];
bool success = true;
« no previous file with comments | « src/views/SkWindow.cpp ('k') | src/views/mac/SkOSWindow_Mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698