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

Unified Diff: content/renderer/render_widget.h

Issue 2898583002: color: Fix color not being reset between layout tests (Closed)
Patch Set: Review feedbakc Created 3 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 | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index bbd098ff4322a9b776201a66b41933eca4311a27..de53c102a602adc1219fffc394ec2f7e8851bdc4 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -838,6 +838,8 @@ class CONTENT_EXPORT RenderWidget
void UpdateTextInputStateInternal(bool show_virtual_keyboard,
bool reply_to_request);
+ gfx::ColorSpace GetRasterColorSpace() const;
+
// Indicates whether this widget has focus.
bool has_focus_;
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698