From 0e602385967612a2d231d3006765cfcbce65fd71 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Sat, 23 Jul 2016 14:09:24 +0300 Subject: [glfw] Added 'addRandomLineAnnotations' --- include/mbgl/platform/default/glfw_view.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl') diff --git a/include/mbgl/platform/default/glfw_view.hpp b/include/mbgl/platform/default/glfw_view.hpp index 83d00a24dd..38ab922414 100644 --- a/include/mbgl/platform/default/glfw_view.hpp +++ b/include/mbgl/platform/default/glfw_view.hpp @@ -44,6 +44,7 @@ public: void report(float duration); private: + mbgl::Color makeRandomColor() const; mbgl::Point makeRandomPoint() const; static std::shared_ptr makeSpriteImage(int width, int height, float pixelRatio); @@ -51,6 +52,7 @@ private: void nextOrientation(); void addRandomPointAnnotations(int count); + void addRandomLineAnnotations(int count); void addRandomShapeAnnotations(int count); void addRandomCustomPointAnnotations(int count); -- cgit v1.2.1