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

Unified Diff: include/core/SkXfermode.h

Issue 1649493005: Work around exasperating Google3 Android build error. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 11 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 | src/core/SkXfermode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkXfermode.h
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 91268ab5f127a5ec37cf8102b4c8dafe27706839..261f580ea842fd1ce599265903026b5d04641b44 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -246,6 +246,9 @@ private:
kModeCount = kLastMode + 1
};
+ // TODO(benjaminwagner): This is crazy, but it fixes the Google3 Android build. :-(
+ virtual void doNothing() const;
+
typedef SkFlattenable INHERITED;
};
« no previous file with comments | « no previous file | src/core/SkXfermode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698