Commit 8d23afa1 authored by gunsch's avatar gunsch Committed by Commit bot

Fixes clang warning in GLSurfaceOzone.

Introduced in https://codereview.chromium.org/938873002/

R=piman@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/967343003

Cr-Commit-Position: refs/heads/master@{#318826}
parent ead446a7
......@@ -305,6 +305,8 @@ class GL_EXPORT GLSurfaceOzoneSurfacelessSurfaceImpl
}
private:
~SurfaceImage() override {}
scoped_refptr<ui::NativePixmap> pixmap_;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment