Flutter Engine
The Flutter Engine
|
#include <SkSLNoOpErrorReporter.h>
Public Member Functions | |
void | handleError (std::string_view, Position) override |
Public Member Functions inherited from SkSL::ErrorReporter | |
ErrorReporter () | |
virtual | ~ErrorReporter () |
void | error (Position position, std::string_view msg) |
std::string_view | source () const |
void | setSource (std::string_view source) |
int | errorCount () const |
void | resetErrorCount () |
Additional Inherited Members | |
virtual void | handleError (std::string_view msg, Position position)=0 |
Definition at line 17 of file SkSLNoOpErrorReporter.h.
|
inlineoverridevirtual |
Called when an error is reported.
Implements SkSL::ErrorReporter.
Definition at line 19 of file SkSLNoOpErrorReporter.h.