aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-11-03 14:06:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-03 19:31:50 +0000
commit7d3028818ec1b6a653da45387ddf0fa01888cdda (patch)
tree2dd80fa3d35782b28966eba3d5be22838e40c8b7 /include/views
parent4ef986db65027f53999174279252092ba9b03c9e (diff)
GN: iOS basics
This doesn't create any apps or bundles or sign anything, but it all compiles and links. Note the awkward transitional hack I used to make each tool's tool_main() serve as the real main() again when built with GN, while keeping the existing setup with GYP. Fun... BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4350 Change-Id: I632753d5d8e5848380854f413bf5905d676bfcf4 Reviewed-on: https://skia-review.googlesource.com/4350 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_iOS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_iOS.h b/include/views/SkOSWindow_iOS.h
index c0b2fc3f0a..3b540cff3f 100644
--- a/include/views/SkOSWindow_iOS.h
+++ b/include/views/SkOSWindow_iOS.h
@@ -37,7 +37,7 @@ protected:
virtual void onHandleInval(const SkIRect&);
// overrides from SkView
virtual void onAddMenu(const SkOSMenu*);
- virtual void onUpdateMenu(SkOSMenu*);
+ virtual void onUpdateMenu(const SkOSMenu*);
virtual void onSetTitle(const char[]);
private: