Adds missing function

Review URL: https://codereview.appspot.com/6346067

git-svn-id: http://skia.googlecode.com/svn/trunk@4459 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
chudy@google.com 2012-07-03 20:28:14 +00:00
parent b973801328
commit f14143226a

View File

@ -69,6 +69,13 @@ public:
*/
std::vector<std::string>* getDrawCommandsAsStrings();
/**
Returns length of draw command vector.
*/
int getSize() {
return commandVector.size();
}
/**
Toggles the execution of the draw command at index i.
*/