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

Unified Diff: content/child/browser_font_resource_trusted.h

Issue 975533004: BrowserFontResource should not push opacity info to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: v2 - temp canvas instead of draw filter Created 5 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 | « no previous file | content/child/browser_font_resource_trusted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/browser_font_resource_trusted.h
diff --git a/content/child/browser_font_resource_trusted.h b/content/child/browser_font_resource_trusted.h
index f29e51fa1a53da71fa631928146a46bdabbfa68c..1a83732c0ca1c65bc1bb8bc3c6619ff6bd3d1977 100644
--- a/content/child/browser_font_resource_trusted.h
+++ b/content/child/browser_font_resource_trusted.h
@@ -65,8 +65,7 @@ class BrowserFontResource_Trusted
const PP_BrowserFont_Trusted_TextRun& text,
const PP_Point* position,
uint32_t color,
- const PP_Rect* clip,
- PP_Bool image_data_is_opaque);
+ const PP_Rect* clip);
private:
scoped_ptr<blink::WebFont> font_;
« no previous file with comments | « no previous file | content/child/browser_font_resource_trusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698