DescriptionThe '#include "SkGLDevice.h"' from include/core/SkDevice.h requires internal Skia code to be added to the include search paths when using the deprecated API. This change adds back SkGLCanvas.cpp to avoid exposing SkGLDevice.h to the public API.
The change also includes an explicit virtual destructor on SkDeviceFactory to silence a -Wnon-virtual-dtor warning and allow for -Werror.
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address review comments. #Patch Set 3 : Fix style to be more like existing code. #
MessagesTotal messages: 3
|