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

Side by Side Diff: Source/core/frame/FrameView.h

Issue 748513006: Trigger style recalc when the window's active state change (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed few more indentations Created 6 years 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 unified diff | Download patch
« no previous file with comments | « Source/core/editing/FrameSelection.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 Copyright (C) 1997 Martin Jones (mjones@kde.org) 2 Copyright (C) 1997 Martin Jones (mjones@kde.org)
3 (C) 1998 Waldo Bastian (bastian@kde.org) 3 (C) 1998 Waldo Bastian (bastian@kde.org)
4 (C) 1998, 1999 Torben Weis (weis@kde.org) 4 (C) 1998, 1999 Torben Weis (weis@kde.org)
5 (C) 1999 Lars Knoll (knoll@kde.org) 5 (C) 1999 Lars Knoll (knoll@kde.org)
6 (C) 1999 Antti Koivisto (koivisto@kde.org) 6 (C) 1999 Antti Koivisto (koivisto@kde.org)
7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed. 7 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed.
8 8
9 This library is free software; you can redistribute it and/or 9 This library is free software; you can redistribute it and/or
10 modify it under the terms of the GNU Library General Public 10 modify it under the terms of the GNU Library General Public
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 void updateAcceleratedCompositingSettings(); 127 void updateAcceleratedCompositingSettings();
128 128
129 void recalcOverflowAfterStyleChange(); 129 void recalcOverflowAfterStyleChange();
130 130
131 bool isEnclosedInCompositingLayer() const; 131 bool isEnclosedInCompositingLayer() const;
132 132
133 void resetScrollbars(); 133 void resetScrollbars();
134 void prepareForDetach(); 134 void prepareForDetach();
135 void detachCustomScrollbars(); 135 void detachCustomScrollbars();
136 void recalculateCustomScrollbarStyle(); 136 void recalculateCustomScrollbarStyle();
137 void invalidateAllCustomScrollbarsOnActiveChanged();
137 virtual void recalculateScrollbarOverlayStyle(); 138 virtual void recalculateScrollbarOverlayStyle();
138 139
139 void clear(); 140 void clear();
140 141
141 bool isTransparent() const; 142 bool isTransparent() const;
142 void setTransparent(bool isTransparent); 143 void setTransparent(bool isTransparent);
143 144
144 // True if the FrameView is not transparent, and the base background color i s opaque. 145 // True if the FrameView is not transparent, and the base background color i s opaque.
145 bool hasOpaqueBackground() const; 146 bool hasOpaqueBackground() const;
146 147
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 } 844 }
844 845
845 private: 846 private:
846 RawPtrWillBeMember<FrameView> m_view; 847 RawPtrWillBeMember<FrameView> m_view;
847 bool m_originalValue; 848 bool m_originalValue;
848 }; 849 };
849 850
850 } // namespace blink 851 } // namespace blink
851 852
852 #endif // FrameView_h 853 #endif // FrameView_h
OLDNEW
« no previous file with comments | « Source/core/editing/FrameSelection.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698