Page Speed Optimization Libraries  1.7.30.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions
net_instaweb::spriter::MockImageLibraryInterface Class Reference
Inheritance diagram for net_instaweb::spriter::MockImageLibraryInterface:
net_instaweb::spriter::ImageLibraryInterface

List of all members.

Classes

class  MockCanvas
class  MockImage

Public Member Functions

 MockImageLibraryInterface (const FilePath &base_input_path, const FilePath &base_output_path, Delegate *delegate)
 MOCK_METHOD1 (ReadFromFile, Image *(const FilePath &path))
 MOCK_METHOD2 (CreateCanvas, Canvas *(int width, int height))

Member Function Documentation

Read an image from disk. Return NULL (after calling delegate method) on error. Caller owns the returned pointer.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines