| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index a6ea6acbbc22c464483c928c491150877f7acd4e..48da56d05669211e3a0346280ccd24af3ebb0254 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -167,10 +167,6 @@ private:
|
|
|
| OwnPtr<CCTextureUpdateController> m_currentTextureUpdateControllerOnImplThread;
|
|
|
| - // Set when we need to reset the contentsTexturesPurged flag after the
|
| - // commit.
|
| - bool m_resetContentsTexturesPurgedAfterCommitOnImplThread;
|
| -
|
| // Set when the next draw should post didCommitAndDrawFrame to the main thread.
|
| bool m_nextFrameIsNewlyCommittedFrameOnImplThread;
|
|
|
|
|