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

Unified Diff: ui/ozone/platform/caca/caca_window.h

Issue 1456163002: ozone: caca: Fix MouseEvent ctor & add PlatformWindow::SetWindowTitle override (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « ui/ozone/platform/caca/caca_event_source.cc ('k') | ui/ozone/platform/caca/caca_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/caca/caca_window.h
diff --git a/ui/ozone/platform/caca/caca_window.h b/ui/ozone/platform/caca/caca_window.h
index 4761375d3644fa1a2761947814619a70774253e8..375a464c52c20b5ca5aaf759217e462830790559 100644
--- a/ui/ozone/platform/caca/caca_window.h
+++ b/ui/ozone/platform/caca/caca_window.h
@@ -62,6 +62,7 @@ class CacaWindow : public PlatformWindow, public PlatformEventDispatcher {
void MoveCursorTo(const gfx::Point& location) override;
void ConfineCursorToBounds(const gfx::Rect& bounds) override;
PlatformImeController* GetPlatformImeController() override;
+ void SetTitle(const base::string16& title) override;
// PlatformEventDispatcher:
bool CanDispatchEvent(const PlatformEvent& event) override;
« no previous file with comments | « ui/ozone/platform/caca/caca_event_source.cc ('k') | ui/ozone/platform/caca/caca_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698