[canvaskit] Fix the build
Change-Id: Ia3b3fa1183d5654bcfeab0bfd24ca04b8f622eed Reviewed-on: https://skia-review.googlesource.com/c/skia/+/334166 Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
59bafeeaa7
commit
43f0a7d724
@ -808,7 +808,7 @@ function CanvasRenderingContext2D(skcanvas) {
|
||||
};
|
||||
|
||||
this.measureText = function(text) {
|
||||
throw new Error('Clients wishing to properly measure text should use the Paragraph API').
|
||||
throw new Error('Clients wishing to properly measure text should use the Paragraph API');
|
||||
};
|
||||
|
||||
this.moveTo = function(x, y) {
|
||||
|
Loading…
Reference in New Issue
Block a user