Merge "Add a missing visibility modifier to fix build."

This commit is contained in:
Dan Albert
2014-11-05 21:42:36 +00:00
committed by Android (Google) Code Review

View File

@@ -70,7 +70,7 @@ public:
* that quickRejection can also be used.
*/
class CanvasState {
class ANDROID_API CanvasState {
public:
CanvasState(CanvasStateClient& renderer);
~CanvasState();