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

Unified Diff: ui/views/examples/button_example.h

Issue 1569113002: MacViews: Style BUTTON_STYLE buttons using the "modern" UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix desktop linux weirdness Created 4 years, 8 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
Index: ui/views/examples/button_example.h
diff --git a/ui/views/examples/button_example.h b/ui/views/examples/button_example.h
index 566d3f09bf2e085c68902fa462a67ac037688e81..ec75b29da1c883c3178aa69f22b14949ada62e5f 100644
--- a/ui/views/examples/button_example.h
+++ b/ui/views/examples/button_example.h
@@ -27,7 +27,7 @@ class VIEWS_EXAMPLES_EXPORT ButtonExample : public ExampleBase,
void CreateExampleView(View* container) override;
private:
- void LabelButtonPressed(const ui::Event& event);
+ void LabelButtonPressed(LabelButton* label_button, const ui::Event& event);
// ButtonListener:
void ButtonPressed(Button* sender, const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698