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

Unified Diff: sky/viewer/cc/web_content_layer_impl.h

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « skia/skia_library.gypi ('k') | sky/viewer/cc/web_content_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/cc/web_content_layer_impl.h
diff --git a/sky/viewer/cc/web_content_layer_impl.h b/sky/viewer/cc/web_content_layer_impl.h
index 89570985b93d9f45cffd0ea62c5263c4b37f0fd9..d18446fe335d06c4d89aa50ed7533b419e7a7bd0 100644
--- a/sky/viewer/cc/web_content_layer_impl.h
+++ b/sky/viewer/cc/web_content_layer_impl.h
@@ -40,7 +40,6 @@ class WebContentLayerImpl : public blink::WebContentLayer,
const gfx::Rect& clip,
ContentLayerClient::GraphicsContextStatus
graphics_context_status) override;
- virtual void DidChangeLayerCanUseLCDText() override;
virtual bool FillsBoundsCompletely() const override;
scoped_ptr<WebLayerImpl> layer_;
@@ -48,8 +47,6 @@ class WebContentLayerImpl : public blink::WebContentLayer,
bool draws_content_;
private:
- bool can_use_lcd_text_;
- bool ignore_lcd_text_change_;
DISALLOW_COPY_AND_ASSIGN(WebContentLayerImpl);
};
« no previous file with comments | « skia/skia_library.gypi ('k') | sky/viewer/cc/web_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698