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

Unified Diff: content/child/webthemeengine_impl_default.h

Issue 2591863003: Use nine-patch resource for drawing Aura overlay scrollbar thumb. (Closed)
Patch Set: Move CheckGeometryLimitations back to where it used to be (AppendQuads) Created 3 years, 10 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 | « cc/trees/layer_tree_host_pixeltest_scrollbars.cc ('k') | content/child/webthemeengine_impl_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webthemeengine_impl_default.h
diff --git a/content/child/webthemeengine_impl_default.h b/content/child/webthemeengine_impl_default.h
index 6f72953fc82f5dc1094750a37ce533efb5bd0865..02d2337e0b2377fb3fd430de9bc29d1c84a9b7d3 100644
--- a/content/child/webthemeengine_impl_default.h
+++ b/content/child/webthemeengine_impl_default.h
@@ -23,6 +23,9 @@ class WebThemeEngineImpl : public blink::WebThemeEngine {
const blink::WebThemeEngine::ExtraParams* extra_params) override;
void getOverlayScrollbarStyle(
blink::WebThemeEngine::ScrollbarStyle*) override;
+ bool supportsNinePatch(Part part) const override;
+ blink::WebSize ninePatchCanvasSize(Part part) const override;
+ blink::WebRect ninePatchAperture(Part part) const override;
#if defined(OS_WIN)
// Caches the scrollbar metrics. These are retrieved in the browser and passed
// to the renderer in RendererPreferences because the required Windows system
« no previous file with comments | « cc/trees/layer_tree_host_pixeltest_scrollbars.cc ('k') | content/child/webthemeengine_impl_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698