Stop SkyShell from crashing on startup

R=chinmaygarde@google.com

Review URL: https://codereview.chromium.org/1178773002.
This commit is contained in:
Adam Barth 2015-06-10 17:17:39 -07:00
parent 2101e26e19
commit 55b1e79bbe

View File

@ -25,8 +25,6 @@ class PlatformViewAndroid : public PlatformView {
private: private:
void ReleaseWindow(); void ReleaseWindow();
ANativeWindow* window_;
DISALLOW_COPY_AND_ASSIGN(PlatformViewAndroid); DISALLOW_COPY_AND_ASSIGN(PlatformViewAndroid);
}; };