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

Unified Diff: ui/app_list/views/tile_item_view.h

Issue 2865553002: Naming more views and windows to simplify debugging. (Closed)
Patch Set: 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
Index: ui/app_list/views/tile_item_view.h
diff --git a/ui/app_list/views/tile_item_view.h b/ui/app_list/views/tile_item_view.h
index d69a0b4a971c32b3b71101ec9b1b4350de1aff31..00821706dfdd8eaf2d4c25d028fd80df501dd3b6 100644
--- a/ui/app_list/views/tile_item_view.h
+++ b/ui/app_list/views/tile_item_view.h
@@ -53,6 +53,7 @@ class APP_LIST_EXPORT TileItemView : public views::CustomButton,
// Overridden from views::View:
void Layout() override;
+ const char* GetClassName() const override;
// Overridden from ImageShadowAnimator::Delegate:
void ImageShadowAnimationProgressed(ImageShadowAnimator* animator) override;

Powered by Google App Engine
This is Rietveld 408576698