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

Unified Diff: chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.h

Issue 2046563009: Make the focus, caret, and cursor highlights fade out. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move initialization to header, fix compile error Created 4 years, 6 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
Index: chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.h
diff --git a/chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.h b/chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.h
index 499036080acdba195765064e4401a847d52fcf63..e76429cafce3a81125c03c134a8d69ed21232dca 100644
--- a/chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.h
+++ b/chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.h
@@ -23,9 +23,6 @@ class AccessibilityCursorRingLayer : public FocusRingLayer {
// Create the layer and update its bounds and position in the hierarchy.
void Set(const gfx::Point& location);
- // Set the layer's opacity.
- void SetOpacity(float opacity);
-
private:
// ui::LayerDelegate overrides:
void OnPaintLayer(const ui::PaintContext& context) override;

Powered by Google App Engine
This is Rietveld 408576698