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

Unified Diff: ui/views/win/hwnd_message_handler_delegate.h

Issue 1125193004: Simplify accelerated paint and remove windows CanvasSkiaPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ui/views/win/hwnd_message_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/win/hwnd_message_handler_delegate.h
diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h
index 9a2e688acd1936343083fa9e5dd27dbde0d8546e..eda75f331b42bf05db0bbf24918cf6f6908e5ffb 100644
--- a/ui/views/win/hwnd_message_handler_delegate.h
+++ b/ui/views/win/hwnd_message_handler_delegate.h
@@ -193,12 +193,8 @@ class VIEWS_EXPORT HWNDMessageHandlerDelegate {
virtual void HandleInputLanguageChange(DWORD character_set,
HKL input_language_id) = 0;
- // Called to compel the delegate to paint |invalid_rect| accelerated. Returns
- // true if accelerated painting was performed.
- virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) = 0;
-
- // Called to compel the delegate to paint using the software path.
- virtual void HandlePaint(gfx::Canvas* canvas) = 0;
+ // Called to compel the delegate to paint |invalid_rect| accelerated.
+ virtual void HandlePaintAccelerated(const gfx::Rect& invalid_rect) = 0;
// Called to forward a WM_NOTIFY message to the tooltip manager.
virtual bool HandleTooltipNotify(int w_param,
« no previous file with comments | « ui/views/win/hwnd_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698