| Index: third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| diff --git a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| index 6a331b7381df2e8a4ba61d40097bf33f5362418c..57d21cc5ab07e9bdb80215c0ebae82597d0aa938 100644
|
| --- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| +++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
|
| @@ -81,6 +81,8 @@ private:
|
| // When an element is reparented, the new location's style is evaluated after the expriation of the relayout timer.
|
| // We don't want to send redundant callbacks to the embedder, so this counter lets us wait another time around the event loop.
|
| int m_timerExpirations;
|
| +
|
| + friend class CSSSelectorWatchTest;
|
| };
|
|
|
| } // namespace blink
|
|
|